NodeBox

Create visual output with Python programming code
Home Download Reference Tutorial Library Gallery About

Reference | autotext()


Syntax
autotext()

DescriptionGenerates random text from an XML-document. Autotext is a very powerful feature once you learn how to use it. NodeBox has a built-in implementation of the Kant Generator Pro. XML-files for the Kant Generator have a specified structure. Further information can be found at http://diveintopython.org/xml_processing/
Returnsa string containing automatically generated text


Example
txt = autotext("kant.xml")
text(txt, 10, 10, width=100)